home *** CD-ROM | disk | FTP | other *** search
- property myTargetMovie
- global myaccesscode, gMovingOn, gAdjusted, gOldRes
-
- on mouseUp me
- temp = [gAdjusted, gOldRes]
- resetMovie()
- gMovingOn = 1
- myaccesscode = 1
- gAdjusted = temp[1]
- gOldRes = temp[2]
- go(1, myTargetMovie)
- end
-
- on getPropertyDescriptionList me
- if the currentSpriteNum = 0 then
- theComment = "Play which movie on exitFrame?"
- else
- theComment = "Play which movie on mouseUp?"
- end if
- theComment = theComment & RETURN & "(Include path if necessary)."
- return [#myTargetMovie: [#comment: theComment, #format: #string, #default: "Type the name of your movie here"]]
- end
-